home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / planetkit / amigaexe / mail / voodoo / bugs next >
Text File  |  1996-06-21  |  3KB  |  81 lines

  1. KNOWN BUGS (in Voodoo or otherwise ;))
  2.  
  3.     Add to addressbook doesn't save it, you have to open/close the addressbook
  4.     window to do that.
  5.  
  6.     Viewing an attached message in the editor leaves it locked.
  7.  
  8.     Scrolling an attachment in the editor using the arrow buttons does not
  9.     update the scroll bar.
  10.     
  11.     Quoted-printable & uuencode together do not make the built-in UUdecoder
  12.     at all happy.
  13.  
  14.     Drag&Drop processes only the first file.
  15.     
  16.     Cli.datatype (probably better known as 'LhA-datatype' is severely broken
  17.     and won't work with Voodoo).
  18.  
  19.     Doesn't parse addresses with "," in a comment correctly.
  20.  
  21.     UnixDirsII is BROKEN and will make Voodoo crash. The patch it puts on
  22.     dos.library/SetFileSize() is totally incorrect. If you're using UD2,
  23.     better find a replacement.
  24.  
  25.     Prefs looked for in current dir, not PROGDIR:
  26.     This happens if you WBStart from some other directory than the PROGDIR:.
  27.     This is not the way Workbench works.. ;)
  28.  
  29.     PoolWatch caught a couple of mismatched allocmem/freemem pairs in
  30.     ascii.datatype. Not much I can do about that. ascii.datatype has other
  31.     problems, too. If Voodoo crashes on a message, first thing I suggest
  32.     you should do is turning off smart word wrapping.
  33.  
  34.     Scrolling a message when the window is partly obstructed by another 
  35.     window messes up. This is also visible in MultiView, and is a side effect
  36.     of how text.datatype works.
  37.     
  38.     The editor is slow with a lot of text, loses the cursor sometimes (click
  39.     again in it), has only a few shortcut keys, etc... All problems of
  40.     textfield.gadget, and can only be fixed by a new textfield.gadget.
  41.  
  42. TODO (definite features in Serious Voodoo)
  43.  
  44.     A method of adding custom headers to messages, both globally and per
  45.     message.
  46.      
  47.     More ARexx. I could use suggestions on which commands people need.
  48.     
  49.     Bounce. Probably done with an ARexx macro.
  50.     
  51.     Keyboard control in prefs. Will happen in the transition to windowclass.
  52.     
  53.     "Attach clipboard"
  54.     
  55. SUGGESTIONS
  56.  
  57.     Highlight messages according to configuration (SkyGuy)
  58.     
  59.     An option to put an ASCII line in the beginning of a message text that isn't
  60.     recognised by ascii.datatype normally.
  61.     
  62.     Keep outgoing messages in a queue internal to Voodoo and send all of them
  63.     on exit or after a timeout, in the mean time allowing their cancellation
  64.     or editing. (Wubba)
  65.  
  66.     IMAP interface (myself, Hezu). While this would be A Cool Thing, it'd
  67.     also mean a rewrite of ALL the low-level email code in Voodoo, plus make
  68.     it require a TCP/IP stack (which it doesn't, now). A lot of work, as you
  69.     can imagine, and I don't see much of a market for it. If you do, let me
  70.     know, and I'll reconsider. I'd like to do it, it's just a matter of being
  71.     worth all the work.    
  72.     
  73.     Show multipart message parts in the listview one level down.
  74.  
  75.     "Select all messages".
  76.  
  77.     A minimized editor window without the textfield for use with external
  78.     editors.
  79.  
  80.     A kill file. Yes. I need this. Bad.
  81.